home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3905 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.8 KB  |  47 lines

  1. Path: news.mountain.net!usenet
  2. From: gene_heskett@wvlink.mpl.com (Gene Heskett)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Update to Native Developer Kit 3.1: Request for ideas
  5. Date: 15 Feb 96 22:00:30 +0500
  6. Organization: MountainNet, Inc. Morgantown WV 800.444.1458
  7. Message-ID: <1380.6619T1320T1502@wvlink.mpl.com>
  8. References: <13213602@sourcery.han.de>
  9. NNTP-Posting-Host: slip7.mpl.com
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  11.  
  12.  
  13.  OB> Amiga Technologies is planning an update to the Native Developer
  14.  OB> Kit 3.1 and while already a fair number of ideas what to change
  15.  OB> in the update have been collected I would like to ask what you
  16.  OB> want to see changed.
  17.  
  18.  OB> Please mail your ideas to olsen@amiga.de
  19.  
  20.  OB> --
  21.  OB> Home: Olaf Barthel, Brabeckstrasse 35, D-30559 Hannover
  22.  OB>  Net: olsen@sourcery.han.de
  23.  
  24. Hello Olaf;
  25.  
  26.     One item I'd like to see improved is the layout used for the protocol
  27. demo statements. I'm used to seeing a register contents list arranged one
  28. register per line following the actual C statement prototype or the
  29. assembler system call syntax.
  30.  
  31.     This also gives you room to define the data as value or pointer.  For
  32. us older asm programmers, that would be very helpful in the visualizations.
  33. Also, I've been months worth of work in FW making it printable for me, most
  34. of the text lines were suitable for display on a 40 column screen.  We have
  35. better screens than that, and wider printers.  Those registers whose
  36. contents are genuinely "don't care" can of course be removed from the
  37. listings to save wasted space.
  38.  
  39. Cheers Olaf, Gene
  40.  
  41. /*            Gene Heskett          |  These opinions are NOT to be  */
  42. /*  CE @ WDTV Weston/Clarksburg WV  |  confused with the official    */
  43. /*  <gene_heskett@wvlink.mpl.com>   |  WDTV managment views          */
  44. #include <std.disclaimer>
  45.  
  46.  
  47.